From 0d4dca5ecbe4c8522f9c6c438d086d9858c54aeb Mon Sep 17 00:00:00 2001 From: Gergely POLONKAI Date: Sun, 29 Jun 2014 16:36:00 +0000 Subject: [PATCH] Typo fix in GTK+ common questions https://bugzilla.gnome.org/show_bug.cgi?id=732433 --- docs/reference/gtk/question_index.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml index 7d24316e73..be1dca7fbf 100644 --- a/docs/reference/gtk/question_index.sgml +++ b/docs/reference/gtk/question_index.sgml @@ -134,7 +134,7 @@ reference counting, not floating reference counting. -To to get this, you must acquire a reference to the widget and drop the +To get this, you must acquire a reference to the widget and drop the floating reference (ref and sink in GTK+ parlance) after creating it: @@ -437,7 +437,7 @@ gtk_image_new_from_file() If the file load fails, gtk_image_new_from_file() will display no image graphic — to detect a failed load yourself, use gdk_pixbuf_new_from_file() directly, then gtk_image_new_from_pixbuf().. -To load an image for another purpose, use gdk_pixbuf_new_from_file(). To i +To load an image for another purpose, use gdk_pixbuf_new_from_file(). To load an animation, use gdk_pixbuf_animation_new_from_file(). gdk_pixbuf_animation_new_from_file() can also load non-animated images, so use it in combination with gdk_pixbuf_animation_is_static_image() to load a -- 2.30.2